home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / lists / ade-gcc.archive.9602.gz / ade-gcc.archive.9602 / 000076_owner-ade-gcc_Thu Feb 15 17:24:44 1996.msg < prev    next >
Internet Message Format  |  1996-02-28  |  2KB

  1. Return-Path: <owner-ade-gcc>
  2. Received: by fishpond (Smail3.1.29.1 #57)
  3.     id m0tnC6K-000gXca; Thu, 15 Feb 96 17:24 EST
  4. Sender: owner-ade-gcc
  5. Received: from arbi.informatik.uni-oldenburg.de by fishpond with smtp
  6.     (Smail3.1.29.1 #57) id m0tnC5i-000gXaC; Thu, 15 Feb 96 17:23 EST
  7. Received: by arbi.informatik.uni-oldenburg.de (smail3.1.18 + xalias);
  8.     Thu, 15 Feb 96 23:21 CET
  9. Received: by diamant.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
  10.     id <m0tnC0H-0004x2C>; Thu, 15 Feb 96 23:18 MET
  11. Received: by rubin.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
  12.     id <m0tnC0F-000DIzC>; Thu, 15 Feb 96 23:18 MET
  13. Message-Id: <m0tnC0F-000DIzC@rubin.Informatik.Uni-Oldenburg.DE>
  14. Subject: some internal questions
  15. To: ade-gcc@amigalib.com (amiga gcc-list)
  16. Date: Thu, 15 Feb 1996 23:18:14 +0100 (MET)
  17. From: Walter Harms <Walter.Harms@arbi.informatik.uni-oldenburg.de>
  18. X-Mailer: ELM [version 2.4 PL22]
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=ISO-8859-1
  21. Content-Transfer-Encoding: 8bit
  22. Content-Length: 1050      
  23. Sender: owner-ade-gcc@amigalib.com
  24. Precedence: bulk
  25.  
  26.  
  27.         i have set this for amiga in portability.h of httpd.
  28.         some of them are clear but i have only vague idea about 
  29.         the internals e.g. SysV oder BSD ? what kind of problem
  30.         could this cause ?
  31.  
  32. execpt from  portability.h 
  33.  
  34. #elif defined(AMIGA)
  35. /* BSD is whether your system uses BSD calls or System V calls. */
  36. #define BSD
  37. /* NO_KILLPG is set on systems that don't have killpg */
  38. #define NO_KILLPG
  39. /* NO_SETSID is set on systems that don't have setsid */
  40. #define NO_SETSID
  41. /* NEED_STRDUP is set on stupid systems that don't have strdup. */
  42. #undef NEED_STRDUP
  43. /* NO_PASS is set on systems that don't allow file descriptor passing */
  44. #undef NO_PASS
  45. /* FD_BSD is set on systems which pass file descriptors in a BSD way */
  46. #define FD_BSD
  47. /* BSDRENO is for BSD 4.3RENO systems for file descriptor passing */
  48. #undef BSDRENO
  49. /* FD_SYSV is set on systems which pass file descriptor in a SYSV way */
  50. #undef FD_SYSV
  51.  
  52.  
  53.     some comments please
  54.  
  55.     walter
  56.  
  57.  
  58.  
  59.  
  60. -- 
  61. -----
  62. "To the rational mind nothing is inexplicable--only unexplained."
  63. -----